home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / shoot / hs21.lha / BBS_Startups / H&S_Starnet.lha / H&S-Star.Doc next >
Text File  |  1993-01-17  |  3KB  |  94 lines

  1.                         **********************************
  2.                         *  Hack And Slash Docs (STARNET) *
  3.                         *     Docs By Larry Cloud        *
  4.                         *             Eric Douglas       *
  5.                         *       Doc  Version 1.01        *
  6.                         **********************************
  7.  
  8.  
  9.  
  10.         PURPOSE:
  11.         ~~~~~~~~
  12.      The reasons are simple; to create one hell of A BBS system. To get more
  13.      users into your BBS system. To plain just have fun with you computer.
  14.      TO CONTROL ALL THE WORLD'S NUCLEAR WEAPONS SYSTEM!!!!  (oops, sorry
  15.      wrong game!)
  16.  
  17.  
  18.         DISTRIBUTION:
  19.         ~~~~~~~~~~~~~
  20.      This version of Hack & Slash is freely distributable for non-commercial
  21.      use (including distribution on the Fred Fish disks), provided that a
  22.      brief note of credit or a thank-you is included in a readme file
  23.      somewhere.
  24.  
  25.      
  26.         DISCLAIMER
  27.         ~~~~~~~~~~
  28.  
  29.      This  software and documentation is provided "as is". No warranties
  30.      are made with respect to the accuracy, reliability, performance or
  31.      operation of  this  software  and  information. All use is at your
  32.      own risk. The author is not responsible for any loss of data, damages
  33.      to software or hardware  that  may  result  directly or indirectly from
  34.      the miss-use of the described program.
  35.  
  36.  
  37.  
  38.         INSTALLATION: (THIS WORKS FOR STAR-NET BBS ONLY!)
  39.         ~~~~~~~~~~~~~
  40.      0)  We assume you know how to use DosDriver, and have it all assign.
  41.          If not the program can be found on all major Star-Net BBSs. 
  42.  
  43.      1)  Add the following lines to your LOGON_x.PRX, substituting the
  44.          appropriate numbers for 0 (line 0):
  45.  
  46.      ;cut here---
  47.  
  48.         address "STAR0_AREXX"
  49.         'getvar' 1
  50.         username = result
  51.         OPEN('file','dosdrivers:hacknslash_0','W')
  52.         WRITELN('file','cd doors:hacknslash')
  53.         WRITELN('file','hack&slash '||username)
  54.         WRITELN('file','endcli')
  55.         CLOSE('file')
  56.         address command "protect dosdrivers:hacknslash_0 +S"
  57.         address "STAR0_AREXX"
  58.  
  59.      ;cut here---
  60.  
  61.  
  62.      2)  Add the following to your DOSDRIVERS: directory:
  63.  
  64.          Rename DosDrive to HACKNSLASH and put it in.
  65.          Copy the file HNS.SCRIPT there too.  Be SURE to set the S
  66.          bit on this file too (PROTECT HNS.SCRIPT +S).
  67.  
  68.      3)  Change your .menu entry as follows:
  69.  
  70.         ;cut here---
  71.  
  72.         Option 'H':
  73.                 minaccess 5
  74.                 Function Rundoor Doors:Dosdrivers/hns.script
  75.                 end
  76.         ;cut here---
  77.  
  78.  3.1)  The Option H is your choice. It does not matter. 
  79.         
  80.  3.2)  Item #1 above makes the appropriate files for this script to work.
  81.        Please make sure you have 'S' bit set on all script files!
  82.  
  83.      4)  Now anytime someone goes into the door, it will allow them in
  84.          without interfering with anyone else.  Starnet (via the RUNDOOR
  85.          command) makes sure that only one person is in the door at one time.
  86.  
  87.      5)  It works here, so if you're still having problems, let me know.
  88.  
  89.                                Larry Cloud - Cloud's Corner BBS
  90.                                1-206-377-4290 HST DS
  91.                                Eric Douglas - A.A.A. Club BBS
  92.                                1-702-656-8784
  93.  
  94.